home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_EndRefresh gadutil.library/GU_EndRefresh
-
- NAME
- GU_EndRefresh -- End refreshing friendly to GadTools.
-
- SYNOPSIS
- GU_EndRefresh(win, complete)
- A0 D0
-
- VOID GU_EndRefresh(struct Window *, BOOL);
-
- FUNCTION
-
- Invokes the intuition.library/EndRefresh() function in a manner
- friendly to the Gadget Toolkit. This function call permits
- GadTools gadgets to refresh themselves at the correct time.
- Call this function to EndRefresh() when you have used
- GU_BeginRefresh().
-
- INPUTS
- win - pointer to Window structure for which a IDCMP_REFRESHWINDOW
- IDCMP event was received.
- complete - TRUE when done with refreshing.
-
- NOTES
- See gadtools/GT_EndRefresh for more information.
-
- SEE ALSO
- GU_BeginRefresh(), gadtools/GT_EndRefresh(), intuition/EndRefresh()
-